home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Online / TaylorUUCP / TaylorUUCP1.06.readme < prev   
Text File  |  1998-04-04  |  3KB  |  86 lines

  1. Short:     Amiga port of Taylor UUCP 1.06.1 , a Un*x UUCP system.
  2. Author:    Ian Lance Taylor <ian@airs.com>
  3. Uploader:  Vladimir Zidar <mr_W@TANJA.nvm.co.yu>
  4. Type:      comm/uucp
  5. Date:      03/04/1998 (DD/MM/YYYY)
  6. Ported-By: Vladimir Zidar <mr_W@TANJA.nvm.co.yu>
  7.  
  8. Snip from the uucp-1.06.1/README by Ian Lance Taylor
  9.  
  10. --------
  11.  
  12. This is the standard UUCP package of the Free Software Foundation.
  13.  
  14. The package currently supports the 'f', 'g' (in all window and packet
  15. sizes), 'G', 't' and 'e' protocols, as well a Zmodem protocol, the FX
  16. UUCICO 'y' protocol, and two new bidirectional protocols.  If you have
  17. a Berkeley sockets library, it can make TCP connections.  If you have
  18. TLI libraries, it can make TLI connections.  It supports a new
  19. configuration file mechanism which I like (but other people dislike).
  20.  
  21. The package has a few advantages over regular UUCP:
  22.  
  23.     You get the source code.
  24.  
  25.     It uses significantly less CPU time than many UUCP packages.
  26.  
  27.     You can specify a chat script to run when a system calls in,
  28.     allowing adjustment of modem parameters on a per system basis.
  29.  
  30.     You can specify failure strings for chat scripts, allowing the
  31.     chat script to fail immediately if the modem returns ``BUSY''.
  32.  
  33.     If you are talking to another instance of the package, you can use
  34.     the new bidirectional protocol for rapid data transfer in both
  35.     directions at once.  You can also restrict file transfers by size
  36.     based on the time of day and who placed the call.
  37.  
  38. On the other hand:
  39.  
  40.     It only runs on Unix.  The code is carefully divided into system
  41.     dependent and system independent portions, so it should be
  42.     possible to port it to other systems.  It would not be trivial.
  43.  
  44.     You don't get uuclean, uusend, uuq, uusnap, uumonitor, uutry,
  45.     uupoll, etc.  If you have current copies of these programs, you
  46.     may be able to use them.  Shell scripts versions of uuclean and
  47.     uutry are provided, with most, if not all, of the functionality of
  48.     the usual programs.  I believe the supplied uustat program allows
  49.     you to do everything that uuq, uusnap and uumonitor do.  uupoll
  50.     could be written as a shell script.
  51.  
  52.     The package does not read modemcap or acucap files, although you
  53.     can use V2 configuration files with a BNU Dialers file or a dialer
  54.     file written in my new configuration file format.
  55.  
  56.     The package cannot use SCO dialer programs directly, although it
  57.     can with a simple shell script interface.
  58.  
  59. If you start using this package, I suggest that you join the mailing
  60. list (see above) to keep up to date on patches and new versions.  I am
  61. also open to suggestions for improvements and modifications.
  62.  
  63. --------
  64.  
  65. Amiga port requires pdksh and ixemul.library 47.2 or better (47.2 is included
  66. in this archive), OwnDevUnit.library and syslog.library.
  67.  
  68. ixemul can be found on a GeekGadgets sites e.g.
  69. ftp://ftp.ninemoons.com/pub/geekgadgets/amiga/
  70.  
  71. syslog.library and OwnDevUnit.library can be found on aminet sites:
  72.  
  73. SysLog.lha         util/moni   87K  47+Port of NetBSD syslog software (V1.20)
  74. OwnDevUnit.lha     comm/misc   32K 283+Extended locking for serial devices. V2.
  75.  
  76.  
  77. For use over TCP/IP network, a telser.device or similar replacement is needed
  78. because TCP code is striped from Amiga distribution, and will be recoded as
  79. soon as possible.
  80.  
  81. Full UUCP source is available from:
  82.  
  83. ftp://ftp.luth.se/pub/unix/gnu/uucp-1.06.1.tar.gz
  84.  
  85. AmigaOS modifications (system dependent sources) are available at request.
  86.